home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Book Chapters / 05 - User Interaction / KeyConfig w⁄DialogUtils / MiniPreferences.h < prev   
Text File  |  1995-02-14  |  247b  |  6 lines

  1. /* Header file for MiniPreferences.c */
  2.  
  3. extern Boolean SetPrefFile(Str255 prefsFileName, OSType prefCreator,OSType prefType, short *appFile,short *prefFile);
  4.  
  5. extern OSErr CopyResource(short fromFile, short toFile, ResType theResType, short id);
  6.